Implement cargo-package
authorAlex Crichton <alex@alexcrichton.com>
Fri, 18 Jul 2014 15:40:45 +0000 (08:40 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 27 Aug 2014 02:03:12 +0000 (19:03 -0700)
commit69c16fc6c8cec98e56bb0b25d3d38b2d0fa2d97a
tree8b2555d44dd01ab36b98fee4cfe78de67e8fa60a
parent6f765b358f7206c744a692b921f0abab3964929d
Implement cargo-package

This command will assemble the current package into a tarball ready for
uploading to the cargo registry. Currently no further verification is done
beyond packaging the local repository into a tarball, but in the future this
could execute other operations such as api stability tools.
Cargo.lock
Cargo.toml
src/bin/cargo.rs
src/bin/package.rs [new file with mode: 0644]
src/cargo/core/package_id.rs
src/cargo/lib.rs
src/cargo/ops/cargo_package.rs [new file with mode: 0644]
src/cargo/ops/mod.rs
tests/support/mod.rs
tests/test_cargo_package.rs [new file with mode: 0644]
tests/tests.rs